From: Siebrand Mazeland Date: Sat, 3 Sep 2011 11:31:50 +0000 (+0000) Subject: Add comment on why the list is not localised. X-Git-Tag: 1.31.0-rc.0~27941 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=5efb399e951ae93b3f913b4e79c4a8f14036c54b;p=lhc%2Fweb%2Fwiklou.git Add comment on why the list is not localised. --- diff --git a/includes/User.php b/includes/User.php index bf13349997..94044142b2 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1160,6 +1160,7 @@ class User { $log->addEntry( 'autopromote', $this->getUserPage(), '', // no comment + // These group names are "list to texted"-ed in class LogPage. array( implode( ', ', $oldGroups ), implode( ', ', $newGroups ) ) ); }